SipClient Constructor |
| Name | Description | |
|---|---|---|
| SipClient |
Initializes a new instance of the SipClient class.
| |
| SipClient(String) |
Initializes a new instance of the SipClient class using the specified domain.
| |
| SipClient(String, ProtocolType) |
Initializes a new instance of the SipClient class using the specified domain and protocol type.
| |
| SipClient(String, Int32) |
Initializes a new instance of the SipClient class using the specified domain and port number of SIP server.
| |
| SipClient(String, Int32, ProtocolType) |
Initializes a new instance of the SipClient class using the specified domain, port number and protocol type.
| |
| SipClient(String, String, String) |
Initializes a new instance of the SipClient class using the specified domain, username and password.
| |
| SipClient(String, ProtocolType, String, String) |
Initializes a new instance of the SipClient class using the specified domain, protocol type, username and password.
| |
| SipClient(String, Int32, String, String) |
Initializes a new instance of the SipClient class using the specified domain, port number, username and password.
| |
| SipClient(String, Int32, ProtocolType, String, String) |
Initializes a new instance of the SipClient class using the specified domain, port number, protocol type, username and password.
|